home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nIniVideo, nFinVideo, nCursor1, nMask1
- if (the mouseV >= 345) and (the mouseH >= -3) and (the mouseV <= 480) and (the mouseH <= 137) then
- set the movieRate of sprite 2 to 0
- else
- set the movieRate of sprite 2 to 1
- end if
- if rollOver(2) then
- cursor([nCursor1, nMask1])
- else
- cursor(-1)
- end if
- if the movieTime of sprite 2 > nFinVideo then
- set the movieTime of sprite 2 to nIniVideo
- else
- rollboton()
- end if
- go(the frame)
- end
-